@charset "utf-8";
/* CSS Document */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body,
span {
  padding: 0;
  margin: 0;
}

form,
fieldset,
input,
textarea {
  outline: none;
}

ul,
li {
  list-style: none;
}
img {
  border: 0 none;
}
a {
  text-decoration: none !important;
  color: #333;
  font-family: "微软雅黑";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/****最小宽度****/
@media (max-width: 499px) {
  .col-xss-12 {
    width: 100%;
  }
}
@media (max-width: 449px) {
  .col-xss-6 {
    width: 50%;
  }
}
@media (max-width: 449px) {
  .col-xss-4 {
    width: 33.3333333%;
  }
}
/* @media(max-width:600px){
.col-xxs-12{width:100%;}
} */
/* 分页 */
.page-box {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 20px;
  font-size: 0px;
}
.page-box a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
  color: #969696;
  background-color: #fff;
  /* border: 1px solid #dcdcdc; */
  font-size: 14px;
  margin: 0px 4px;
  border-radius: 2px;
}
.page-box a:hover {
  background: #0e645d;
  border-color: #0e645d;
  color: #fff;
}
.page-box a.page-on {
  background: #0e645d;
  border-color: #0e645d;
  color: #fff;
}
.pros-page {
  margin-top: 22px;
}
.pros-page a {
  background-color: #fff;
}
@media (max-width: 991px) {
  .page-box {
    margin-top: 50px;
    margin-bottom: 55px;
  }
  .page-box a {
    padding: 0 11px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }
  .pros-page {
    margin-top: 30px;
  }
}
@media (max-width: 449px) {
  .page-box {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .page-box a {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    margin: 0 3.5px;
  }
  .pros-page {
    margin-top: 30px;
  }
}

/*搜索框*/
.search_box {
  position: relative;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  border-radius: 3px;
  width: 45px;
  height: 42px;
  line-height: 38px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #fff;
}
.search_icon {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  cursor: pointer;
  z-index: 66;
  background: url(../img/sou.png) no-repeat center;
}
.search_cha {
  background: url(../img/search_cha.png) no-repeat center;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: 10px;
  z-index: 22;
  top: 15px;
  display: none;
  cursor: pointer;
}
.search_li {
  display: none;
}
.text01 {
  width: 220px;
  border: none;
  text-indent: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ea5404;
  height: 35px;
}
.text02 {
  width: 220px;
  text-indent: 10px;
  vertical-align: middle;
  line-height: 40px;
}
.anniu1 {
  background: url(../img/sou.png) no-repeat center;
  width: 26px;
  height: 26px;
  border: none;
}
.anniu2 {
  background: url(../img/sou.png) no-repeat center;
  width: 26px;
  height: 26px;
  border: none;
  margin-left: -6px;
}
